Auto merge of #3603 - ehuss:patch-1, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 27 Jan 2017 17:05:05 +0000 (17:05 +0000)
committerbors <bors@rust-lang.org>
Fri, 27 Jan 2017 17:05:05 +0000 (17:05 +0000)
commitb1c8afeefc0aa509e5e76235b7060fc4cafdb2be
tree086233f7a90fd7eb7e43d917dfe89d0f16c5cd6a
parent84ef722d1a1350fee48c0bc7725341fca2aea3a4
parenta8c3b67cec6873cb5e2a2ea1dfc0fc49fc50818b
Auto merge of #3603 - ehuss:patch-1, r=alexcrichton

Fix broken code block

It seems like the Markdown parser requires a blank line before a code block (otherwise it treats it like an inline span).